[Bug 1346018] Review Request: jmake - Make utility for large Java projects

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1346018

gil cattaneo <puntogil@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |puntogil@xxxxxxxxx



--- Comment #2 from gil cattaneo <puntogil@xxxxxxxxx> ---
hi
you must set:
javac.source, javac.target, default.javac.source and default.javac.target to
1.6
and you must sure which javadoc.encoding and source.encoding is set to UTF-8
see nbproject/build-impl.xml
<property name="default.javac.source" value="1.4"/>
<property name="default.javac.target" value="1.4"/>

e.g. 
ant -DVERSION=%{srcversion} \
 -Ddefault.javac.source=1.6 \
 -Ddefault.javac.target=1.6 \
 ...

(In reply to Raphael Groner from comment #1)
> jmake.noarch: W: unexpanded-macro Provides mvn(org.pantsbuild:jmake:pom:) =
> %VERSION% %VERSION
> jmake.noarch: W: no-manual-page-for-binary jmake
> 3 packages and 1 specfiles checked; 0 errors, 2 warnings.
> 
> - No idea how to set a value for %VERSION%.
sed -i "s/%VERSION%/%version/" jmake.pom ?
and
sed -i "s/%TAG%/%commit0/" jmake.pom

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]