panopticode-users Mailing List for Panopticode
Status: Beta
Brought to you by:
jrshaw
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
(7) |
Jun
|
Jul
(3) |
Aug
(2) |
Sep
(3) |
Oct
(1) |
Nov
|
Dec
|
---|
From: chuthoong <vh...@ya...> - 2007-10-02 14:03:40
|
Do you know what 's going on here? panopticode.xml couldn't generated BUILD FAILED C:\Java\workspace\project\build.xml:68: The following error occ urred while executing this line: C:\Java\workspace\project\panopticode\panopticode-imports.xml:9 4: panopticodeFile panopticode.xml does not exist --------------------------------- Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. |
From: Tom v. d. B. <t.w...@pl...> - 2007-09-22 23:52:23
|
First, panopticode is a nice application that integrates various metrics tools in one. I started using it and made a number of bugfixes, improvements and added a couple of other metrics tools. I would like to share these additions and maybe some can be incorporated in the main codeline. But where can I upload these? An overview of problems I encountered and which I fixed follows below. -- Tom van den Berg panopticode directory name hardcoded The folder name "panopticode" is hard coded in many places. Replace this by ${panopticodeDir}. panopticode-imports.xml: javadoc classpath should include more javadoc classpath setting only includes panopticode.jar. It should also include the project jar files. panopticode-imports.xml: missing jar in emmaPanopticode taskdef Missing jar is @{pamopticodeDir}/lib/dom4j-1.6.1.jar. panopticode does not support CVS Only support for SVN. CVS is not supported. panopticode_checks.xml: cannot find MIT license file Add ${basedir} to headerFIle file to work around problem. emma-imports.xml: junit tests do not accept cmdline arguments Sometimes a testfile needs to be passed in. Add cmdLine attribute to panopticode-junit macrodef. subversion-imports.xml: no generation of statistics Add additional task to generate html stats from SVN repository. panopticode-imports.xml: File import mistakenly from plugins directory "<import file=""plugins/ ... > should be<import file=""supplements/ ...>" panopticode-imports.xml: javadoc fileset should only include java files The fileset of the javadoc task is the whole ${SrcDir}, in which there may be non-java files. It should only include the java files from ${SrcDir}. panopticode-imports.xml: javadoc cannot handle many files "Javadoc fails due to large amount of files. Add to javadoc task: access=""private"" useexternalfile=""yes""" panopticode-imports.xml: missing jar in javancssPanopticode taskdef Missing jar is @{pamopticodeDir}/lib/dom4j-1.6.1.jar. panopticode-imports.xml: missing jar in jdependPanopticode taskdef Missing jar is @{pamopticodeDir}/lib/dom4j-1.6.1.jar. panopticode does not support PMD No support for static code analysis with PMD. panopticode does not support FindBugs No support for static code analysis with FindBugs. emma-imports.xml: junit basedir not set Set junit basedir. Also haltonfailure to "no" to continue testing on fail. javancss-imports.xml: javancss task should only do java files Currently takes complete ${SrcDir}. Should only do java files from ${SrcDir}. |
From: Tom v. d. B. <t.w...@pl...> - 2007-09-22 07:55:18
|
First, panopticode is a nice application that integrates various metrics tools in one. I started using it and made a number of bugfixes, improvements and added a couple of other metrics tools. I would like to share these additions and maybe some can be incorporated in the main codeline. But where can I upload these? An overview of problems I encountered and which I fixed follows below. -- Tom van den Berg panopticode directory name hardcoded The folder name "panopticode" is hard coded in many places. Replace this by ${panopticodeDir}. panopticode-imports.xml: javadoc classpath should include more javadoc classpath setting only includes panopticode.jar. It should also include the project jar files. panopticode-imports.xml: missing jar in emmaPanopticode taskdef Missing jar is @{pamopticodeDir}/lib/dom4j-1.6.1.jar. panopticode does not support CVS Only support for SVN. CVS is not supported. panopticode_checks.xml: cannot find MIT license file Add ${basedir} to headerFIle file to work around problem. emma-imports.xml: junit tests do not accept cmdline arguments Sometimes a testfile needs to be passed in. Add cmdLine attribute to panopticode-junit macrodef. subversion-imports.xml: no generation of statistics Add additional task to generate html stats from SVN repository. panopticode-imports.xml: File import mistakenly from plugins directory "<import file=""plugins/ ... > should be<import file=""supplements/ ...>" panopticode-imports.xml: javadoc fileset should only include java files The fileset of the javadoc task is the whole ${SrcDir}, in which there may be non-java files. It should only include the java files from ${SrcDir}. panopticode-imports.xml: javadoc cannot handle many files "Javadoc fails due to large amount of files. Add to javadoc task: access=""private"" useexternalfile=""yes""" panopticode-imports.xml: missing jar in javancssPanopticode taskdef Missing jar is @{pamopticodeDir}/lib/dom4j-1.6.1.jar. panopticode-imports.xml: missing jar in jdependPanopticode taskdef Missing jar is @{pamopticodeDir}/lib/dom4j-1.6.1.jar. panopticode does not support PMD No support for static code analysis with PMD. panopticode does not support FindBugs No support for static code analysis with FindBugs. emma-imports.xml: junit basedir not set Set junit basedir. Also haltonfailure to "no" to continue testing on fail. javancss-imports.xml: javancss task should only do java files Currently takes complete ${SrcDir}. Should only do java files from ${SrcDir}. |
From: kunal K. <kun...@pe...> - 2007-09-20 12:08:42
|
Hi guys, I am simply following the run the metrics task. But I m getting this error Javadoc failed: java.io.IOException: CreateProcess: javadoc.exe I trying to use panopticode as per the instructions given under the article "Getting Started Quickly" . So it is not able to complete javadoc task successfully. DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Pvt. Ltd. does not accept any liability for virus infected mails. |
From: charlie <cha...@gm...> - 2007-08-21 10:08:13
|
Hi I downloaded version0.1 to try out. However when i run ant metrics I am getting a problem is telling me that it cannot find 'panopticode.xml' Any idea how to fix it? Thanks in advance... |
From: Markus G. <mgr...@gm...> - 2007-08-05 00:29:02
|
Hi I have developed a first draft of a Maven2 Report Plugin for Panopticode which provides an easy way (without a lot of configuration) for maven-users to use Panopticode. http://homepage.hispeed.ch/mgrieder/maven-plugin-panopticode.zip Installation-Instructions: see readme.txt in the zip-file (Plugin needs Java >=1.5). It supports now only the Complexity-Treemap, because a Maven2-Plugin for Emma is not available. The plugin assumes that metrics are generated from other maven-plugins like "javancss-maven-plugin". The Panopticode-Maven-Plugin only gathers Project-Info with the Panopticode-Doclet, loads the javancss-xml-file and generates the maven- report (only when the javancss-xml-file is available). The report-result looks like this: http://homepage.hispeed.ch/mgrieder/screenshot.png If some people are interested, i could move the plugin-development to a public available project-site. I haven't yet tried to integrate the maven-plugin as cruisecontrol-dashboard-plugin, but I have now used the maven-plugin for about 10 maven-projects (small to big codebase). So it should work for most cases. Markus |
From: Eric P. <ep...@op...> - 2007-07-28 01:56:48
|
Yeah, I ended up including a ton of exclude patterns, and it kept growing... Is there any reason not to just have the includes patter to be just .java (and maybe .groovy??) out of the box? Eric On Jul 27, 2007, at 5:39 PM, mor...@gm... wrote: > OK, keep this quiet, but I have some non-java files in my source > directory. JavaNCSS tries to process them and spits out some > warnings like > > [javancss] Encountered "0" at line 1, column 1. > [javancss] Was expecting one of: > [javancss] <EOF> > [javancss] "abstract" ... > [javancss] "class" ... > [javancss] "enum" ... > [javancss] "final" ... > [javancss] "import" ... > [javancss] "interface" ... > [javancss] "native" ... > [javancss] "package" ... > [javancss] "private" ... > [javancss] "protected" ... > [javancss] "public" ... > [javancss] "static" ... > [javancss] "strictfp" ... > [javancss] "synchronized" ... > [javancss] "transient" ... > [javancss] "volatile" ... > [javancss] ";" ... > [javancss] "@" ... > > If you'd like to have no warnings displayed, you can update the ant > call in javancss-imports.xml to use includes="**/*.java". Like: > > <javancss srcdir="@{srcDir}" > includes="**/*.java" > generateReport="true" > outputfile="@{outputDir}/rawmetrics/xml/ > javancss.xml" > format="xml" /> > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Panopticode-users mailing list > Pan...@li... > https://lists.sourceforge.net/lists/listinfo/panopticode-users ------------------------------------------------------- Principal OpenSource Connections Site: http://www.opensourceconnections.com Blog: http://blog.opensourceconnections.com Cell: 1-434-466-1467 |
From: <mor...@gm...> - 2007-07-28 00:38:57
|
OK, keep this quiet, but I have some non-java files in my source directory. JavaNCSS tries to process them and spits out some warnings like [javancss] Encountered "0" at line 1, column 1. [javancss] Was expecting one of: [javancss] <EOF> [javancss] "abstract" ... [javancss] "class" ... [javancss] "enum" ... [javancss] "final" ... [javancss] "import" ... [javancss] "interface" ... [javancss] "native" ... [javancss] "package" ... [javancss] "private" ... [javancss] "protected" ... [javancss] "public" ... [javancss] "static" ... [javancss] "strictfp" ... [javancss] "synchronized" ... [javancss] "transient" ... [javancss] "volatile" ... [javancss] ";" ... [javancss] "@" ... If you'd like to have no warnings displayed, you can update the ant call in javancss-imports.xml to use includes="**/*.java". Like: <javancss srcdir="@{srcDir}" includes="**/*.java" generateReport="true" outputfile="@{outputDir}/rawmetrics/xml/javancss.xml" format="xml" /> |
From: Guilherme S. <gui...@ca...> - 2007-07-24 19:13:34
|
Hey guys, I am trying to use panopticode for the first time.. 1. while trying to apply it to a maven based project, i keep on getting a: BUILD FAILED /home/guilherme/build-example.xml:57: The following error occurred while executing this line: /home/guilherme/panopticode/panopticode-imports.xml:125: panopticodeFile panopticode.xml does not exist Which seems like panopticode.xml does not exist (and it really doesnt). Any hints? 2. I just downloaded the source from svn and the commited .classpath file is pointing to checkstyle-4.2 while you guys are using checkstyle-4.3 (therefore it doesnt compile out of the box under eclipse). 3. While trying to compile it (panopticode) using ant: guilherme@amendoim:~/workspace/panopticode$ ~/java/apache-ant-1.7.0/bin/ant -lib panopticode/supplements/jdepend/lib -lib prod/lib Buildfile: build.xml BUILD FAILED /home/guilherme/workspace/panopticode/build.xml:23: The following error occurred while executing this line: /home/guilherme/workspace/panopticode/panopticode/panopticode-imports.xml:2= 4: The following error occurred while executing this line: /home/guilherme/workspace/panopticode/panopticode/supplements/checkstyle/ch= eckstyle-imports.xml:25: taskdef class org.panopticode.supplement.ant.CheckstylePanopticode cannot be found question: It looks like panopticode must be already compiled in order to compile it? 4. The build.bat file can be changed to use forward slashes, which works under linux and windows: ant -lib panopticode/supplements/jdepend/lib/ -lib prod/lib/ %* 5. If you take out the comments from build.bat, chmod it properly and build both a .tar.gz and zip binary file, you get it even easier for linux users regards Guilherme --=20 Guilherme Silveira -------------------------------------------------- gui...@ca... Caelum - Ensino e Solu=E7=F5es em Java www.caelum.com.br |
From: Julias R S. <ju...@ju...> - 2007-05-25 19:27:56
|
On May 25, 2007, at 12:00 PM, Eric Pugh wrote: > Funny you bring that stuff up! One of our guys just mocked up some > sort of aggregation tool. And adding some data obfuscation would > really help on the sharing level of things! > > I've attached as a Safari Web Archive the dashboard mockup. > > I am taking a break next week from this stuff next week to help > another project hit a deploy goal. I'm hoping to take a step back > from coding on dashboard and get it packaged up and open source, > I'll let you know how it goes! > > Should we be having these conversations on the mailing list in > order to help build community and involvement? Yes we should :) > Eric > <Dashboard Mockup.webarchive> > > On May 25, 2007, at 1:36 PM, Julias R Shaw wrote: > >> Thats Awesome! I'm at a client right now where they really need >> to see the big picture view as well as the project view. Let me >> know when you release Dasher, we might could use something like it. >> >> The use of an instrumented directory is a good idea. It will >> increase the build time a bit, but that shouldn't be an issue. >> I'll definitely get that added into the initial alpha of 0.2. >> >> Your feedback has been a great help Eric. I really appreciate it. >> >> My todo list for the weekend is getting pretty long, but I'd also >> like to be able to start drawing treemaps that show the whole org >> at one time. I'll let you know when I get something working. >> >> To give you a peek into the future, another feature a ways down on >> the priority list is to add data obfuscation so that people can >> share their visualizations without letting their IP out. I'm >> starting to get a good feel for the patterns of good/bad systems >> and when software is starting to go wrong. If we could all share >> our pictures safely then I think many others would develop the >> same eye and that would be a great thing for software in general. >> >> Cheers, >> >> Julias >> >> >> On May 25, 2007, at 6:00 AM, Eric Pugh wrote: >> >>> Very cool... I just rolled out last night Panopticode over our >>> clients code base, have ~30 projects under it. "Dasher" >>> aggregates the various statistics into a single page, pulling in >>> the thumbnail images! >>> >>> I'll be posting Dasher hopefully next week as an open source >>> project. Still trying to come up with a better name for a >>> Dashboard metrics tool! >>> >>> Having Panopticode as my source for analysis data is great. >>> >>> So, my other challenge/tweak to Panopticode is to have the >>> instrumented code go into a /target/instrumented directory, >>> instead of /target/classes. Some folks are accidentally pulling >>> in instrumented code into their larger builds! >>> >>> Eric >>> >>> On May 24, 2007, at 8:05 PM, Julias R Shaw wrote: >>> >>>> Howdy Eric, >>>> >>>> Good point. >>>> >>>> I'm going to try to get an alpha of 0.2 out this weekend. Among >>>> other things, it will be a lot more flexible about which >>>> supplements, such as Emma, that it is running. I'll also look >>>> into ways to behave more gracefully in situations where there >>>> are no unit tests. >>>> >>>> Already in 0.2 is support for CheckStyle, Complexian, CKJM, and >>>> JDepend. >>>> >>>> Less likely to be in this weekend's release, but still planned >>>> for 0.2 is a new file format (rdf+xml), Subversion support, and >>>> ad hoc Treemap generation. >>>> >>>> Thanks, >>>> >>>> Julias >>>> >>>> On May 24, 2007, at 4:04 PM, Eric Pugh wrote: >>>> >>>>> Hi all, >>>>> >>>>> I notice that with 0.1 that if you don't have unit tests, then >>>>> things >>>>> fail because emma.xml doesn't exist. However, in my >>>>> situation, I am >>>>> leveraging the various reports that Panopticode produces, and >>>>> there >>>>> is value even if there aren't any unit tests. I'm working >>>>> around it >>>>> by tossing in a very simple test, which sets the pattern for the >>>>> future, but it seems that Panopticode should never fail, or if >>>>> things >>>>> can fail, they should be an optional setting..... >>>>> >>>>> >>>>> Eric >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> Principal >>>>> OpenSource Connections >>>>> Site: http://www.opensourceconnections.com >>>>> Blog: http://blog.opensourceconnections.com >>>>> Cell: 1-434-466-1467 >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------ >>>>> ------- >>>>> 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/ >>>>> _______________________________________________ >>>>> Panopticode-users mailing list >>>>> Pan...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/panopticode-users >>>> >>> >>> ------------------------------------------------------- >>> Principal >>> OpenSource Connections >>> Site: http://www.opensourceconnections.com >>> Blog: http://blog.opensourceconnections.com >>> Cell: 1-434-466-1467 >>> >>> >>> >>> >> > > ------------------------------------------------------- > Principal > OpenSource Connections > Site: http://www.opensourceconnections.com > Blog: http://blog.opensourceconnections.com > Cell: 1-434-466-1467 > > > > |
From: Julias R S. <ju...@ju...> - 2007-05-25 00:06:01
|
Howdy Eric, Good point. I'm going to try to get an alpha of 0.2 out this weekend. Among other things, it will be a lot more flexible about which supplements, such as Emma, that it is running. I'll also look into ways to behave more gracefully in situations where there are no unit tests. Already in 0.2 is support for CheckStyle, Complexian, CKJM, and JDepend. Less likely to be in this weekend's release, but still planned for 0.2 is a new file format (rdf+xml), Subversion support, and ad hoc Treemap generation. Thanks, Julias On May 24, 2007, at 4:04 PM, Eric Pugh wrote: > Hi all, > > I notice that with 0.1 that if you don't have unit tests, then things > fail because emma.xml doesn't exist. However, in my situation, I am > leveraging the various reports that Panopticode produces, and there > is value even if there aren't any unit tests. I'm working around it > by tossing in a very simple test, which sets the pattern for the > future, but it seems that Panopticode should never fail, or if things > can fail, they should be an optional setting..... > > > Eric > > > > ------------------------------------------------------- > Principal > OpenSource Connections > Site: http://www.opensourceconnections.com > Blog: http://blog.opensourceconnections.com > Cell: 1-434-466-1467 > > > > > > ---------------------------------------------------------------------- > --- > 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/ > _______________________________________________ > Panopticode-users mailing list > Pan...@li... > https://lists.sourceforge.net/lists/listinfo/panopticode-users |
From: Julias R S. <ju...@ju...> - 2007-05-24 23:20:16
|
Thanks for the tip. I've fixed this in the trunk and it will be in the 0.2 release. I hope to get an alpha of 0.2 out this weekend. Cheers, Julias On May 24, 2007, at 4:06 PM, Maxwell Salem wrote: > I had the same error. It's been reported that the javadoc task may > fail if the number of files is too large. > It was fixed by adding the following attribute to the javadoc ant task > useexternalfile="yes" > > Tarek > > >> Good morning, > >> with jdk1.6.0 I receive the error: > >> > >> panopticode-imports.xml:73:Javadoc failed java.io.IOException: > Cannot run > >> program javadoc.exe > >> > >> CreateProcess error=87, The parameter is incorrect > >> > >> If some one can help me > >> Thanks > >> > >> Faz > >> <panopticode-users@li...> > ---------------------------------------------------------------------- > --- > 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/ > _______________________________________________ > Panopticode-users mailing list > Pan...@li... > https://lists.sourceforge.net/lists/listinfo/panopticode-users |
From: Maxwell S. <gau...@ho...> - 2007-05-24 23:06:17
|
I had the same error. It's been reported that the javadoc task may fail = if the number of files is too large. It was fixed by adding the following attribute to the javadoc ant task useexternalfile=3D"yes" Tarek >> Good morning, >> with jdk1.6.0 I receive the error: >>=20 >> panopticode-imports.xml:73:Javadoc failed java.io.IOException: Cannot = run >> program javadoc.exe >>=20 >> CreateProcess error=3D87, The parameter is incorrect >>=20 >> If some one can help me >> Thanks >>=20 >> Faz >> <panopticode-users@li...> |
From: Eric P. <ep...@op...> - 2007-05-24 23:04:49
|
Hi all, I notice that with 0.1 that if you don't have unit tests, then things fail because emma.xml doesn't exist. However, in my situation, I am leveraging the various reports that Panopticode produces, and there is value even if there aren't any unit tests. I'm working around it by tossing in a very simple test, which sets the pattern for the future, but it seems that Panopticode should never fail, or if things can fail, they should be an optional setting..... Eric ------------------------------------------------------- Principal OpenSource Connections Site: http://www.opensourceconnections.com Blog: http://blog.opensourceconnections.com Cell: 1-434-466-1467 |
From: Julias S. <ju...@sh...> - 2007-05-21 16:25:35
|
On May 18, 2007, at 5:41 AM, Eric Pugh wrote: > Hi guys, > > Julias, Chris, I'm finally getting to look at what you'all demoed at > CITcon. Thanks Eric! > A couple notes as I get started: > > 1) Link to docs from homepage broken... http://www.panopticode.org/ > documentation.html is the link How embarrassing. That one is fixed now. > 2) Running "ant metrics" was great, however things went pear shaped > on the import of jdepend. Not sure if I actually need to put jdepend > in my ant/lib directory? Checked SVN trunk, it doesn't look like it > is explicitly imported there either. I think things like this are > what would hinder adoption by the non Ant kung foo folks... They are > probably looking to Panopticode to simplify/shield them from the > build scripting process! You've nailed the solution exactly. Tasks that are partially distributed with Ant must have their corresponding project jars added to Ant's own classpath. This is typically done by moving them to your $ANT_HOME/lib. Panopticode echos a message warning of this when one of those tasks runs, but it is easy to miss. I'd be interested in any ideas you have for making this more obvious or working around it. I was talking to another ThoughtWorker, Tim Brown, yesterday and he thought he might have an elegant solution. His Ant foo is much stronger than mine so I have high hopes. I'll let you know what he finds. > I'll drop some more notes as this goes. I am demoing next week some > of our agile processes in development to a major government program > office, so I am hoping to add in some of what Panopticode does as > well! Your feedback is greatly appreciated. I'll send you my cell number in another email. Feel free to call me if there is anything I can do to help. Cheers, Julias ------------------------------------------- Julias Shaw ju...@ju... "Talent hits a target no one else can hit; Genius hits a target no one else can see." - Arthur Schopenhauer |
From: Eric P. <ep...@op...> - 2007-05-18 12:41:38
|
Hi guys, Julias, Chris, I'm finally getting to look at what you'all demoed at CITcon. A couple notes as I get started: 1) Link to docs from homepage broken... http://www.panopticode.org/ documentation.html is the link 2) Running "ant metrics" was great, however things went pear shaped on the import of jdepend. Not sure if I actually need to put jdepend in my ant/lib directory? Checked SVN trunk, it doesn't look like it is explicitly imported there either. I think things like this are what would hinder adoption by the non Ant kung foo folks... They are probably looking to Panopticode to simplify/shield them from the build scripting process! I'll drop some more notes as this goes. I am demoing next week some of our agile processes in development to a major government program office, so I am hoping to add in some of what Panopticode does as well! Eric ------------------------------------------------------- Principal OpenSource Connections Site: http://www.opensourceconnections.com Blog: http://blog.opensourceconnections.com Cell: 1-434-466-1467 |
From: Julias S. <ju...@ju...> - 2007-03-16 14:38:38
|
Hi Faz, Typically this means that Ant cannot find the Javadoc program. This could be because you do not have a full JDK installed, just a JRE, or javadoc is not available on your path. Try getting Javadoc to work from the command line and then running your build again. If that does not fix the problem run "ant -diagnostics" and post the results. I will try to recreate your environment and reproduce your problem. The reason Panopticode needs Javadoc is that it uses the Doclet API to gather the overall structure of your code and create a canonical representation of the packages, files, classes, and methods in your project. This structure forms the skeleton to which various metrics are attached. Thank-you, Julias Shaw On Mar 16, 2007, at 6:41 AM, @ faz wrote: > Good morning, > with jdk1.6.0 I receive the error: > > panopticode-imports.xml:73:Javadoc failed java.io.IOException: > Cannot run program javadoc.exe > > CreateProcess error=87, The parameter is incorrect > > If some one can help me > Thanks > > Faz |
From: @ f. <fab...@gm...> - 2007-03-16 10:41:24
|
Good morning, with jdk1.6.0 I receive the error: panopticode-imports.xml:73:Javadoc failed java.io.IOException: Cannot run program javadoc.exe CreateProcess error=87, The parameter is incorrect If some one can help me Thanks Faz <pan...@li...> |