This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 129245 - Unable to add libraries to .aar file
Summary: Unable to add libraries to .aar file
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Axis2 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-05 09:48 UTC by Milan Kuchtiak
Modified: 2008-04-17 19:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kuchtiak 2008-03-05 09:50:04 UTC
This is a pretty big limitation of Axis support.
This should be implemented on a project's level.
Comment 1 Milan Kuchtiak 2008-03-10 17:29:49 UTC
The Axis2 Library Customizer was added to Axis2 Web Services node.
Comment 2 Milan Kuchtiak 2008-03-10 17:34:53 UTC
Dhese are diffs:
http://hg.netbeans.org/main/contrib?cmd=changeset;node=e852e57ae447
Comment 3 Lukas Jungmann 2008-04-17 19:11:29 UTC
actually only "libraries" which were added to the project by "Add Jar" action can be added as libraries to aar files.
I'd expect that I'll be able to add also general libraries to aar (ie. if I have Struts lib in a project then I'd expect
that I'll be able to pick up a jar (or all jars) which come(s) with this library and add it to aar file) - or would this
be a RFE?