You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(14) |
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
(12) |
Sep
(14) |
Oct
(1) |
Nov
|
Dec
(1) |
2004 |
Jan
(4) |
Feb
(8) |
Mar
(14) |
Apr
(18) |
May
(1) |
Jun
|
Jul
(3) |
Aug
(1) |
Sep
(5) |
Oct
(26) |
Nov
(36) |
Dec
(21) |
2005 |
Jan
(10) |
Feb
(20) |
Mar
(15) |
Apr
(11) |
May
(29) |
Jun
(18) |
Jul
(19) |
Aug
(12) |
Sep
(11) |
Oct
(3) |
Nov
(7) |
Dec
(5) |
2006 |
Jan
(7) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(14) |
Jul
(45) |
Aug
(58) |
Sep
|
Oct
(3) |
Nov
|
Dec
|
2007 |
Jan
(4) |
Feb
|
Mar
|
Apr
(3) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Holger H. <hol...@go...> - 2011-04-20 15:48:46
|
On Wed, 20 Apr 2011 07:05:33 -0500, Jeff Jensen wrote: > This list is for Maven 1 plugins, not 2 or 3. Are you working on > Maven 1? ZOMG no..I'm in the wrong movie. :-) Thanks. -h |
From: Jeff J. <jj...@ap...> - 2011-04-20 12:06:12
|
This list is for Maven 1 plugins, not 2 or 3. Are you working on Maven 1? On Wed, Apr 20, 2011 at 1:44 AM, Holger Hoffstaette <hol...@go...> wrote: > Hi, > > I noticed that some plugins give meaningful information when the > plugin:help goal is invoked. I've been looking to add this information to > an existing plugin, but cannot for the life of me figure out how. I've > looked at the sources of the eclipse and versions plugins, and simply > cannot find how the help texts are provided. > Can someone please point me in the right way? > > thanks. > Holger > > > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > |
From: Holger H. <hol...@go...> - 2011-04-20 06:50:19
|
Hi, I noticed that some plugins give meaningful information when the plugin:help goal is invoked. I've been looking to add this information to an existing plugin, but cannot for the life of me figure out how. I've looked at the sources of the eclipse and versions plugins, and simply cannot find how the help texts are provided. Can someone please point me in the right way? thanks. Holger |
From: Lukas T. <lth...@ap...> - 2007-05-10 20:36:15
|
Done. :( -Lukas Per Olesen wrote: > Hi, > > Could someone with admin rights please remove me as a developer from the > maven-plugins project at sf.net? > > Kind regards, Per > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer |
From: Per O. <po...@no...> - 2007-05-10 20:05:50
|
Hi, Could someone with admin rights please remove me as a developer from the maven-plugins project at sf.net? Kind regards, Per |
From: andrew c. <an...@ac...> - 2007-04-19 20:35:40
|
Sorry/thanks, will do. Andrew Lukas Theussl <ltheussl@...> writes: > You're on the wrong list, the sourceforge project is for m1 plugins [...] |
From: Lukas T. <lth...@ap...> - 2007-04-19 20:19:28
|
You're on the wrong list, the sourceforge project is for m1 plugins only. Please send your question to the main maven user list (http://maven.apache.org/mail-lists.html) or the mojo user list (http://mojo.codehaus.org/mail-lists.html). Cheers, -Lukas andrew cooke wrote: > Hi, > > I want to test a plugin. A coworker said I should look at how m2 does CI with > plugins, but I have no idea how to do that. > > More detail - we are using archetypes to generate code and documentation > templates for users (this is for the Mule ESB - if the user wants to write a new > transport they can first generate skeleton code and docs via the archetype). We > are using our own plugin (an adapted bobber plugin) to do this, and the system > is getting sufficiently complex that I'd like to have regression tests. I'd > like to be able to run the archetype for a variety of inputs and check the > generated files against some standard directories. > > Does that make sense? Seems like you (m2) may well be doing something similar, > but is it publicly visible? If so, where? > > Thanks, > Andrew > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer |
From: andrew c. <an...@ac...> - 2007-04-19 20:10:17
|
Hi, I want to test a plugin. A coworker said I should look at how m2 does CI with plugins, but I have no idea how to do that. More detail - we are using archetypes to generate code and documentation templates for users (this is for the Mule ESB - if the user wants to write a new transport they can first generate skeleton code and docs via the archetype). We are using our own plugin (an adapted bobber plugin) to do this, and the system is getting sufficiently complex that I'd like to have regression tests. I'd like to be able to run the archetype for a variety of inputs and check the generated files against some standard directories. Does that make sense? Seems like you (m2) may well be doing something similar, but is it publicly visible? If so, where? Thanks, Andrew |
From: Jeff J. <jef...@up...> - 2007-01-22 23:15:07
|
That's great Arnaud! I'll test the new RC1 on that file and see the diff (of course, you can use it as a test case too!). _____ From: mav...@li... [mailto:mav...@li...] On Behalf Of Arnaud HERITIER Sent: Monday, January 22, 2007 4:17 PM To: Jeff Jensen Cc: mav...@li... Subject: Re: [Maven-plugins-developer] POM validation error on news plugin I'm working on maven core, and I hope we'll have a better error message... I'll publish a new snapshot of the RC1 in some days (before the end of the next week I think) Arnaud On 1/22/07, Jeff Jensen <jef...@up...> wrote: Thanks Jon, that was it, a dupe <url> tag! -----Original Message----- From: Jon Christiansen [mailto:jon...@gm...] Sent: Sunday, January 21, 2007 8:40 PM To: Jeff Jensen Subject: Re: [Maven-plugins-developer] POM validation error on news plugin Thats a bogus error. I've seen that same exact error when projects I had duplicate other tags... so was correct in that there was a duplicate, but it incorrectly identifies which tag. Look at your project.xml and the one it inherits from closely. -JC On 1/21/07, Jeff Jensen <jef...@up...> wrote: > Hi, I'm stuck - > > "maven pom" on the news plugin yields: > > BUILD FAILED > > Errors stack : > >> Error parsing project.xml 'C:\devroot\maven-plugins\news\project.xml' > >> Duplicated tag: 'project' > > > I don't know what dupe of project it is referring to. Anyone have any tips? > > Using RC1-SNAPSHOT. > > > I encountered that problem because I want to publish a site update to > the top level pages. While running "maven site" at the top level, > that error occurs. > > > > ---------------------------------------------------------------------- > --- Take Surveys. Earn Cash. Influence the Future of IT Join > SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys - and earn > cash > http://www.techsay.com/default.php?page=join.php <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV> &p=sourceforge&CID=DEV > DEV _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> &p=sourceforge&CID=DEVDEV _______________________________________________ Maven-plugins-developer mailing list Mav...@li... https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer |
From: Arnaud H. <ahe...@gm...> - 2007-01-22 22:17:02
|
I'm working on maven core, and I hope we'll have a better error message... I'll publish a new snapshot of the RC1 in some days (before the end of the next week I think) Arnaud On 1/22/07, Jeff Jensen <jef...@up...> wrote: > > Thanks Jon, that was it, a dupe <url> tag! > > > -----Original Message----- > From: Jon Christiansen [mailto:jon...@gm...] > Sent: Sunday, January 21, 2007 8:40 PM > To: Jeff Jensen > Subject: Re: [Maven-plugins-developer] POM validation error on news plugin > > Thats a bogus error. > > I've seen that same exact error when projects I had duplicate other > tags... > so was correct in that there was a duplicate, but it incorrectly > identifies > which tag. > > Look at your project.xml and the one it inherits from closely. > > -JC > > On 1/21/07, Jeff Jensen <jef...@up...> wrote: > > Hi, I'm stuck - > > > > "maven pom" on the news plugin yields: > > > > BUILD FAILED > > > > Errors stack : > > >> Error parsing project.xml 'C:\devroot\maven-plugins\news\project.xml' > > >> Duplicated tag: 'project' > > > > > > I don't know what dupe of project it is referring to. Anyone have any > tips? > > > > Using RC1-SNAPSHOT. > > > > > > I encountered that problem because I want to publish a site update to > > the top level pages. While running "maven site" at the top level, > > that error occurs. > > > > > > > > ---------------------------------------------------------------------- > > --- Take Surveys. Earn Cash. Influence the Future of IT Join > > SourceForge.net's Techsay panel and you'll get the chance to share > > your opinions on IT & business topics through brief surveys - and earn > > cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV > > DEV _______________________________________________ > > Maven-plugins-developer mailing list > > Mav...@li... > > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > |
From: Jeff J. <jef...@up...> - 2007-01-22 14:29:31
|
Thanks Jon, that was it, a dupe <url> tag! -----Original Message----- From: Jon Christiansen [mailto:jon...@gm...] Sent: Sunday, January 21, 2007 8:40 PM To: Jeff Jensen Subject: Re: [Maven-plugins-developer] POM validation error on news plugin Thats a bogus error. I've seen that same exact error when projects I had duplicate other tags... so was correct in that there was a duplicate, but it incorrectly identifies which tag. Look at your project.xml and the one it inherits from closely. -JC On 1/21/07, Jeff Jensen <jef...@up...> wrote: > Hi, I'm stuck - > > "maven pom" on the news plugin yields: > > BUILD FAILED > > Errors stack : > >> Error parsing project.xml 'C:\devroot\maven-plugins\news\project.xml' > >> Duplicated tag: 'project' > > > I don't know what dupe of project it is referring to. Anyone have any tips? > > Using RC1-SNAPSHOT. > > > I encountered that problem because I want to publish a site update to > the top level pages. While running "maven site" at the top level, > that error occurs. > > > > ---------------------------------------------------------------------- > --- Take Surveys. Earn Cash. Influence the Future of IT Join > SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys - and earn > cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV > DEV _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > |
From: Jeff J. <jef...@up...> - 2007-01-22 02:13:52
|
Hi, I'm stuck - "maven pom" on the news plugin yields: BUILD FAILED Errors stack : >> Error parsing project.xml 'C:\devroot\maven-plugins\news\project.xml' >> Duplicated tag: 'project' I don't know what dupe of project it is referring to. Anyone have any tips? Using RC1-SNAPSHOT. I encountered that problem because I want to publish a site update to the top level pages. While running "maven site" at the top level, that error occurs. |
From: Jeff J. <jef...@up...> - 2006-10-13 12:43:13
|
Done. :-( -----Original Message----- From: mav...@li... [mailto:mav...@li...] On Behalf Of Andy Jefferson Sent: Friday, October 13, 2006 1:32 AM To: mav...@li... Subject: [Maven-plugins-developer] Remove "Admin" privelege Hi all, can someone with admin privileges please remove my admin privileges and remove me as a developer from "maven-plugins" project ? SF won't let me do it myself :-(. Just not got enough time to devote to "maven-plugins" these days due to other open source work and no point me cluttering up the list of developers when i'm not active on it. Thanks and good luck! -- Andy ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Maven-plugins-developer mailing list Mav...@li... https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer |
From: Andy J. <and...@us...> - 2006-10-13 06:32:01
|
Hi all, can someone with admin privileges please remove my admin privileges and remove me as a developer from "maven-plugins" project ? SF won't let me do it myself :-(. Just not got enough time to devote to "maven-plugins" these days due to other open source work and no point me cluttering up the list of developers when i'm not active on it. Thanks and good luck! -- Andy |
From: Aaron D. <Aar...@gl...> - 2006-10-11 11:30:34
|
Hello, I'm trying to port StatCVS to maven2 and had some success ... well, if I invoke StatCVS as a subprocess. Now, I'm stuck while invoking StatCVS from Java. When I try, I get this error: saxFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ... Caused by: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerc es.jaxp.SAXParserFactoryImpl could not be instantiated: java.lang.NullPointerExc eption at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source) at de.berlios.statcvs.xml.output.HTMLRenderer.create(HTMLRenderer.java:98) Ok, what happens is this: SAXParserFactory x = new org.apache.xerces.jaxp.SAXParserFactoryImpl(); System.out.println("saxFactory="+x.getClass().getName()); x = SAXParserFactory.newInstance(); // <-- This is line 98 System.out.println("saxFactory="+x.getClass().getName()); So basically, when I instantiate the SAXParserFactoryImpl directly, it works which means that Xerces is in the classpath. When I use javax.xml.parsers.SAXParserFactory.newInstance() (as I should), I get a NPE but the classname is the same in both cases! When I run this code within Eclipse, it works. Therefore, I assume that maven somehow breaks this but I have no idea what could cause this. Any ideas? Best Regards, -- Aaron Digulla |
From: Jeff J. <jef...@up...> - 2006-08-26 13:34:26
|
FYI, I created a new mail list "maven-plugins-trackers"; all tracker changes (new, updates) are sent to this list. I originally sent them to this dev list, but not everyone subscribing to the dev list may want them. It keeps this very busy dev list clean ;-). http://sourceforge.net/mail/?group_id=61626 |
From: SourceForge.net <no...@so...> - 2006-08-18 02:37:39
|
Bugs item #1363121, was opened at 2005-11-21 15:41 Message generated for change (Comment added) made by jeffjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: sourceforge Group: cvshead Status: Open Resolution: None Priority: 5 Submitted By: S (notzippy) Assigned to: Jeff Jensen (jeffjensen) Summary: [sourceforge] plugin broken because of new sf namespace Initial Comment: Hi The source forge plugin is broken because sf.net now declares a name space in the html. The fix is to register the name space and prefix each search with the name space. Like the following private static final String SOURCEFORGE_NAMESPACE = "http://www.w3.org/1999/xhtml"; context.registerNamespace("sf", SOURCEFORGE_NAMESPACE); context.getValue("//sf:font[text()='Invalid Password or User Name']"); ---------------------------------------------------------------------- >Comment By: Jeff Jensen (jeffjensen) Date: 2006-08-17 21:37 Message: Logged In: YES user_id=498804 Forgot to say I basically got a patch from it by telling patch to treat as a std diff, but it results in compile errors. Still looking into it, but hope you upload the correct file since the changes are limited to this one. ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-08-17 21:33 Message: Logged In: YES user_id=498804 Sorry, I can't apply that file. It is a diff, not a patch. I tried manually applying them, but things aren't clear enough with enough context around the lines to determine all locations to make the chage. The diff also includes all changes from 1.9 to 1.10. The full Java file you attached is revision 10, the same as is in source control, so I could not use it either. :-( Please either attach the full Java file you changed or a patch file. ---------------------------------------------------------------------- Comment By: S (notzippy) Date: 2006-08-14 08:44 Message: Logged In: YES user_id=723231 I uploaded the diff and changes to the file I made... ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2006-08-13 21:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-07-30 16:05 Message: Logged In: YES user_id=498804 I am unfamiliar and do not use this plugin, but would like to fix it for you. Can you point me to each location to make your suggested changes (e.g. on the invalid pw locations, or all context.getValue() locations?)? Better yet, could you make the changes and attach a patch? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 |
From: SourceForge.net <no...@so...> - 2006-08-18 02:33:29
|
Bugs item #1363121, was opened at 2005-11-21 15:41 Message generated for change (Comment added) made by jeffjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: sourceforge Group: cvshead Status: Open Resolution: None Priority: 5 Submitted By: S (notzippy) Assigned to: Jeff Jensen (jeffjensen) Summary: [sourceforge] plugin broken because of new sf namespace Initial Comment: Hi The source forge plugin is broken because sf.net now declares a name space in the html. The fix is to register the name space and prefix each search with the name space. Like the following private static final String SOURCEFORGE_NAMESPACE = "http://www.w3.org/1999/xhtml"; context.registerNamespace("sf", SOURCEFORGE_NAMESPACE); context.getValue("//sf:font[text()='Invalid Password or User Name']"); ---------------------------------------------------------------------- >Comment By: Jeff Jensen (jeffjensen) Date: 2006-08-17 21:33 Message: Logged In: YES user_id=498804 Sorry, I can't apply that file. It is a diff, not a patch. I tried manually applying them, but things aren't clear enough with enough context around the lines to determine all locations to make the chage. The diff also includes all changes from 1.9 to 1.10. The full Java file you attached is revision 10, the same as is in source control, so I could not use it either. :-( Please either attach the full Java file you changed or a patch file. ---------------------------------------------------------------------- Comment By: S (notzippy) Date: 2006-08-14 08:44 Message: Logged In: YES user_id=723231 I uploaded the diff and changes to the file I made... ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2006-08-13 21:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-07-30 16:05 Message: Logged In: YES user_id=498804 I am unfamiliar and do not use this plugin, but would like to fix it for you. Can you point me to each location to make your suggested changes (e.g. on the invalid pw locations, or all context.getValue() locations?)? Better yet, could you make the changes and attach a patch? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 |
From: SourceForge.net <no...@so...> - 2006-08-16 02:58:43
|
Bugs item #1363121, was opened at 2005-11-21 15:41 Message generated for change (Settings changed) made by jeffjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: sourceforge Group: cvshead >Status: Open Resolution: None Priority: 5 Submitted By: S (notzippy) Assigned to: Jeff Jensen (jeffjensen) Summary: [sourceforge] plugin broken because of new sf namespace Initial Comment: Hi The source forge plugin is broken because sf.net now declares a name space in the html. The fix is to register the name space and prefix each search with the name space. Like the following private static final String SOURCEFORGE_NAMESPACE = "http://www.w3.org/1999/xhtml"; context.registerNamespace("sf", SOURCEFORGE_NAMESPACE); context.getValue("//sf:font[text()='Invalid Password or User Name']"); ---------------------------------------------------------------------- Comment By: S (notzippy) Date: 2006-08-14 08:44 Message: Logged In: YES user_id=723231 I uploaded the diff and changes to the file I made... ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2006-08-13 21:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-07-30 16:05 Message: Logged In: YES user_id=498804 I am unfamiliar and do not use this plugin, but would like to fix it for you. Can you point me to each location to make your suggested changes (e.g. on the invalid pw locations, or all context.getValue() locations?)? Better yet, could you make the changes and attach a patch? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 |
From: SourceForge.net <no...@so...> - 2006-08-15 12:27:22
|
Patches item #1535340, was opened at 2006-08-06 05:12 Message generated for change (Comment added) made by jeffjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497855&aid=1535340&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Dennis Lundberg (dennislundberg) Assigned to: Jeff Jensen (jeffjensen) Summary: [all] Fix URLs to CVS for all subprojects Initial Comment: SourceForge has changed the URLs to the CVS repository. The supplied patch changes these in the project.xml files for all subprojects. ---------------------------------------------------------------------- >Comment By: Jeff Jensen (jeffjensen) Date: 2006-08-15 07:27 Message: Logged In: YES user_id=498804 Applied, thank you Dennis! (it was -p0 I didn't use, thanks for the help) ---------------------------------------------------------------------- Comment By: Dennis Lundberg (dennislundberg) Date: 2006-08-12 08:37 Message: Logged In: YES user_id=662018 I checked out from maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins/maven-plugins So *not* the root, but the subdir maven-plugins. Then I did a cvs diff -u > cvs-location.patch I just tried to apply my own patch on a fresh checkout. Standing in root directory of the checked out files, I did: patch -p0 < cvs-location.patch And it worked fine. ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-08-12 07:42 Message: Logged In: YES user_id=498804 Hi Dennis, I am struggling to apply this patch. How did you create it? I tried using both patch from the command line as well as apply patch from Eclipse. With the other two you did I had to apply the changes manually - neither patch apply approach worked. Do you have any thoughts/advice? I really appreciate you taking the time to patch all this, and would like to get them applied! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497855&aid=1535340&group_id=61626 |
From: SourceForge.net <no...@so...> - 2006-08-14 13:44:30
|
Bugs item #1363121, was opened at 2005-11-21 21:41 Message generated for change (Comment added) made by notzippy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: sourceforge Group: cvshead >Status: Pending Resolution: None Priority: 5 Submitted By: S (notzippy) Assigned to: Jeff Jensen (jeffjensen) Summary: [sourceforge] plugin broken because of new sf namespace Initial Comment: Hi The source forge plugin is broken because sf.net now declares a name space in the html. The fix is to register the name space and prefix each search with the name space. Like the following private static final String SOURCEFORGE_NAMESPACE = "http://www.w3.org/1999/xhtml"; context.registerNamespace("sf", SOURCEFORGE_NAMESPACE); context.getValue("//sf:font[text()='Invalid Password or User Name']"); ---------------------------------------------------------------------- >Comment By: S (notzippy) Date: 2006-08-14 13:44 Message: Logged In: YES user_id=723231 I uploaded the diff and changes to the file I made... ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2006-08-14 02:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-07-30 21:05 Message: Logged In: YES user_id=498804 I am unfamiliar and do not use this plugin, but would like to fix it for you. Can you point me to each location to make your suggested changes (e.g. on the invalid pw locations, or all context.getValue() locations?)? Better yet, could you make the changes and attach a patch? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 |
From: SourceForge.net <no...@so...> - 2006-08-14 02:20:44
|
Patches item #971151, was opened at 2004-06-11 07:16 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497855&aid=971151&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: jaxb Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Guillaume Lasnier (guette) Assigned to: Jeff Jensen (jeffjensen) Summary: [jaxb] added flexibility to gen or artifacts Initial Comment: This patch adds more flexibility to the generation of jaxb artifacts by exposing some attributes of the xjc task. It enables : using external binding files choosing the target output directory provide additionnal command line arguments ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2006-08-13 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-07-30 15:56 Message: Logged In: YES user_id=498804 Hi Guillaume, Please do same with this one if you are still interested. I would like to fix these for you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497855&aid=971151&group_id=61626 |
From: SourceForge.net <no...@so...> - 2006-08-14 02:20:43
|
Patches item #971130, was opened at 2004-06-11 06:49 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497855&aid=971130&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: jaxb Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Guillaume Lasnier (guette) Assigned to: Jeff Jensen (jeffjensen) Summary: [jaxb] project.xml patch for dependencies Initial Comment: This patch defines precisly the depedencies that are needed to compile and run JAXB application. The dependencies are those provided the JWSDP 1.3 release. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2006-08-13 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-07-30 15:55 Message: Logged In: YES user_id=498804 Hi Guillaume, It is a shame your patches have been unapplied for 2 years. I am trying to catchup all the issues and patches. If you are still interested, please resubmit your patches from latest, as it looks like the files have changed since you created the patches and I am unsure of what to apply due to my unfamiliarity with it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497855&aid=971130&group_id=61626 |
From: SourceForge.net <no...@so...> - 2006-08-14 02:20:43
|
Patches item #1200499, was opened at 2005-05-12 03:25 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497855&aid=1200499&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: jaxb Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Ted (tedsanne) Assigned to: Jeff Jensen (jeffjensen) Summary: [jaxb] support for DTDs Initial Comment: This improvements to the maven-jaxb-plugin contains the following: - The root classloader is removed - Jars have been removed from plugin-resources and configured as dependencies instead - Support for DTDs These changes have been made by Havard Bjastad of TraceTracker. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2006-08-13 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-07-30 15:48 Message: Logged In: YES user_id=498804 Hi Ted, if you are still interested, would you mind creating patches for the files from latest instead of providing all of them as a whole? I would like to add this for you, and the patch approach will be faster and easier for me to use. I think there has been some other file changes since the files in your attached zip. ---------------------------------------------------------------------- Comment By: Ted (tedsanne) Date: 2005-09-05 01:35 Message: Logged In: YES user_id=1277243 I have checked out version 1.1.0 of the plugin, but it still does not support DTDs ---------------------------------------------------------------------- Comment By: Pat (mavenj) Date: 2005-06-05 22:05 Message: Logged In: YES user_id=1290338 line 51 (plugin.jelly): the test for dtds is done inside the test for xsd. I think this test should be done after the xsd test, so that both xsd and dtds can have their own block of xjc execution. I'd love for support for DTDs to be available in this plugin very soon! - mavenj ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497855&aid=1200499&group_id=61626 |
From: SourceForge.net <no...@so...> - 2006-08-14 02:20:43
|
Bugs item #1229554, was opened at 2005-06-29 01:55 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1229554&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: weblogic Group: release >Status: Closed Resolution: None Priority: 5 Submitted By: Andreas Schönknecht (schoolm) Assigned to: Jeff Jensen (jeffjensen) Summary: [weblogic] weblogic:redeploy has missing parameter Initial Comment: Hi, I tried the weblogic:redeploy goal and got an error message telling that the "-source" must be provided when "-upload" is used. I use weblogic server 8.1.3. [java] java.lang.IllegalArgumentException: When the - upload option is specified, the -source option must also be specified. [java] at weblogic.Deployer.runBodyWithAuthenticatedSubject (Deployer.java:827) [java] at weblogic.Deployer.runBody (Deployer.java:711) [java] at weblogic.utils.compiler.Tool.run (Tool.java:146) [java] at weblogic.utils.compiler.Tool.run (Tool.java:103) [java] at weblogic.Deployer.runMain (Deployer.java:566) [java] When the -upload option is specified, the -source option must also be specified. [java] at weblogic.Deployer.main(Deployer.java:549) [java] [java] [java] Usage: java weblogic.Deployer [options] [actions] [File(s)] [java] [java] where options include: [java] -adminurl <<protocol>://<server>:<port>> Administration server URL: [java] default iiop://localhost:7001 [java] -username <username> user name [java] -password <password> password for the user [java] -userconfigfile <userconfigfile> The user config file contains the [java] user security credentials; it is [java] administered by the weblogic.Admin tool [java] -userkeyfile <keyConfigFile> The users key file; it is administered [java] by the weblogic.Admin tool. [java] -examples Displays example usage of this tool. [java] -name <application name> Defaults to the basename of the deployment [java] file or directory. [java] -targets <<target(s)>> A comma separated list of targets for the [java] current operation. If not specified, all [java] configured targets are used. For a new [java] application, the default target is the [java] administration server. [java] -deploy Make an application available for service. [java] -redeploy Replace a running application partially or [java] entirely. [java] -undeploy Take an application out of service. [java] ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2006-08-13 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-07-30 15:05 Message: Logged In: YES user_id=498804 Hi, Could you attach a patch for a fix? Did you ever fix this for yourself locally? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1229554&group_id=61626 |