Results of clean bootstrap at 20031025-2200

2003-10-25 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20031025-2200 U maven/src/test/touchstone-build/src/reactor-build/legacy-fugly/NOTES.txt U maven/src/test/touchstone-build/src/reactor-build/legacy-fugly/maven.xml U maven/src/test/touchstone-build/src/reactor-build/legacy-fugly/project.xml cvs

RE: Use Java based CVS library instead of command line executable

2003-10-25 Thread Eric Pugh
I just finished committing as part of changelog version 1.4-dev a java based cvs library. To use it, you need the jar cvslib.jar that I submitted as part of MAVEN-968 ( http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-968 ). Basically it takes an interface very similar to the old command

cvs commit: maven/src/plugins-build/changelog/src/main/org/apache/maven/cvslib CvsConnection.java CvsLogListener.java CvsChangeLogGenerator.java

2003-10-25 Thread epugh
epugh 2003/10/25 11:33:14 Modified:src/plugins-build/changelog/xdocs changes.xml src/plugins-build/changelog project.xml project.properties src/plugins-build/changelog/src/test/org/apache/maven/cvslib CvsChangeLogGeneratorTest.java

[jira] Updated: (MAVEN-968) Add Netbeans cvslib

2003-10-25 Thread jira
The following issue has been updated: Updater: David Eric Pugh (mailto:[EMAIL PROTECTED]) Date: Sat, 25 Oct 2003 1:57 PM Comment: Netbeans cvslib registed uner the sun public license Changes: Attachment changed to cvslib-200310240100.jar

[jira] Created: (MAVEN-968) Add Netbeans cvslib

2003-10-25 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-968 Here is an overview of the issue: --

cvs commit: maven/src/plugins-build/changelog/src/main/org/apache/maven/starteamlib StarteamChangeLogParser.java

2003-10-25 Thread epugh
epugh 2003/10/25 10:50:37 Modified:src/plugins-build/changelog/src/main/org/apache/maven/clearcaselib ClearcaseChangeLogParser.java src/plugins-build/changelog/src/test/org/apache/maven/svnlib SvnChangeLogParserTest.java

RE: Use Java based CVS library instead of command line executable

2003-10-25 Thread Eric Pugh
I tried out the Netbeans javacvs library. I was able without too much difficulty to write a unit test that ran the library using a command line pattern. I was able to run the log command and get back the information I expected. However, at this point I am a little bogged down in trying to make th