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

gil cattaneo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #2 from gil cattaneo <[email protected]> ---
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
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to