https://issues.apache.org/bugzilla/show_bug.cgi?id=52472
Bug #: 52472
Summary: Jar task does not consider Services for up-to-date
check
Product: Ant
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
The Jar task does not consider updates to services (using <service> element) as
a trigger for updating a jar file.
This is problematic, especially when using NetBeans for building a jar file
because you really can only effect jar file content in a post-jar task using
NetBeans.
The steps to recreate are simple.
1. in one <jar> task, create jar with some class files
2. in another <jar> task, try to update that jar file with a <service> element
It will ignore the new <service> element and won't update the jar file.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.