Re: Setting up FOP Trunk in Netbeans 6.1

2008-05-22 Thread bonekrusher

Ok, I am not crazy! thanks I will try your suggestion and if I have any
problems, I will post a new thread


Regards,
Bones


Peter B. West wrote:
 
 You're not necessarily missing anything. I had the same failure on one 
 of my attempts, and all attempts were appallingly slow. I thought it may 
 have been a problem with my ISP, but apparently not (unless you're with 
 TPG.)
 
 Try again. If it persists, try a manual checkout using your local svn 
 client. Then proceed with adding the nbproject directory. etc.
 
 
 bonekrusher wrote:
 Thanks for the help. I really appreciate it. I failed to download the
 trunk
 as it was pointed out :).
 
 When trying to check out via subversion command lime, I recieve an error.
 
 C:\fop_Homesvn co http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
 
 svn: PROPFIND request failed on '/repos/asf/xmlgraphics/fop/trunk'
 svn: PROPFIND of '/repos/asf/xmlgraphics/fop/trunk': Could not read
 status
 line:
  An existing connection was forcibly closed by the remote host.  
 (http://svn.ap
 ache.org) 
 
 
 What am I missing?
 
 Thanks,
 
 
 -- 
 Peter B. West http://cv.pbw.id.au/
 Folio http://defoe.sourceforge.net/folio/
 
 

-- 
View this message in context: 
http://www.nabble.com/Setting-up-FOP-Trunk-in-Netbeans-6.1-tp17338581p17404475.html
Sent from the FOP - Dev mailing list archive at Nabble.com.



Setting up FOP Trunk in Netbeans 6.1

2008-05-20 Thread bonekrusher

Hi,

I am trying to set up FOP Trunk in Netbeans 6.1. The documentation on line
is for Netbeans 4.1 which is very different from NetBeans 6.1 

http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide#head-8cf54ad17f7876ad9c0b23823e69382715fd1225

I am having trouble checking out via subversion. The documentation is
nothing like the 6.1.  

I performed the following. 

1. Setup the project in NetBeans 6.1
(http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide#head-f636b7648eca35f44bf9f56654c6182f1a4124cf)

2. Connect the project to Subversion
(http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide#head-8cf54ad17f7876ad9c0b23823e69382715fd1225)

To connect to http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/ I click
VersioningSubVersionImport into respository and enter
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/; and click ok

Nothing happens... 

I have confirmed SVN is installed and in my Path e.g. (svn, version 1.4.5
(r25188)) 

Can anyone provide some guidance? Once I get it running under 6.1 I would
gladly update the Wiki.

Thanks,
Bones
-- 
View this message in context: 
http://www.nabble.com/Setting-up-FOP-Trunk-in-Netbeans-6.1-tp17338581p17338581.html
Sent from the FOP - Dev mailing list archive at Nabble.com.



RE: Setting up FOP Trunk in Netbeans 6.1

2008-05-20 Thread Manuel Mall
Did you to as the wiki suggests under 'Download the project files' a manual
checkout using the svn command line client first followed by a command line
ant build before setting up the project in NetBeans?

Manuel

 -Original Message-
 From: bonekrusher [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, 20 May 2008 7:54 PM
 To: fop-dev@xmlgraphics.apache.org
 Subject: Setting up FOP Trunk in Netbeans 6.1
 
 
 Hi,
 
 I am trying to set up FOP Trunk in Netbeans 6.1. The documentation on line
 is for Netbeans 4.1 which is very different from NetBeans 6.1
 
 http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide#head-
 8cf54ad17f7876ad9c0b23823e69382715fd1225
 
 I am having trouble checking out via subversion. The documentation is
 nothing like the 6.1.
 
 I performed the following.
 
 1. Setup the project in NetBeans 6.1
 (http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide#head-
 f636b7648eca35f44bf9f56654c6182f1a4124cf)
 
 2. Connect the project to Subversion
 (http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide#head-
 8cf54ad17f7876ad9c0b23823e69382715fd1225)
 
 To connect to http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/ I click
 VersioningSubVersionImport into respository and enter
 http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/; and click ok
 
 Nothing happens...
 
 I have confirmed SVN is installed and in my Path e.g. (svn, version 1.4.5
 (r25188))
 
 Can anyone provide some guidance? Once I get it running under 6.1 I would
 gladly update the Wiki.
 
 Thanks,
 Bones
 --
 View this message in context: http://www.nabble.com/Setting-up-FOP-Trunk-
 in-Netbeans-6.1-tp17338581p17338581.html
 Sent from the FOP - Dev mailing list archive at Nabble.com.


RE: Setting up FOP Trunk in Netbeans 6.1

2008-05-20 Thread Manuel Mall
And I should have added as documented under
http://xmlgraphics.apache.org/fop/dev/index.html the SVN repository URL is
http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/.

But nevertheless you must do a command line ant build first before the
project is useable under NetBeans because some Java files are generated
using fop custom tools which are not available through the NetBeans build
process.

Manuel

 -Original Message-
 From: Manuel Mall [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, 20 May 2008 8:56 PM
 To: 'fop-dev@xmlgraphics.apache.org'
 Subject: RE: Setting up FOP Trunk in Netbeans 6.1
 
 Did you to as the wiki suggests under 'Download the project files' a
 manual
 checkout using the svn command line client first followed by a command
 line
 ant build before setting up the project in NetBeans?
 
 Manuel
 
  -Original Message-
  From: bonekrusher [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, 20 May 2008 7:54 PM
  To: fop-dev@xmlgraphics.apache.org
  Subject: Setting up FOP Trunk in Netbeans 6.1
 
 
  Hi,
 
  I am trying to set up FOP Trunk in Netbeans 6.1. The documentation on
 line
  is for Netbeans 4.1 which is very different from NetBeans 6.1
 
  http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide#head-
  8cf54ad17f7876ad9c0b23823e69382715fd1225
 
  I am having trouble checking out via subversion. The documentation is
  nothing like the 6.1.
 
  I performed the following.
 
  1. Setup the project in NetBeans 6.1
  (http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide#head-
  f636b7648eca35f44bf9f56654c6182f1a4124cf)
 
  2. Connect the project to Subversion
  (http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide#head-
  8cf54ad17f7876ad9c0b23823e69382715fd1225)
 
  To connect to http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/ I
 click
  VersioningSubVersionImport into respository and enter
  http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/; and click ok
 
  Nothing happens...
 
  I have confirmed SVN is installed and in my Path e.g. (svn, version
 1.4.5
  (r25188))
 
  Can anyone provide some guidance? Once I get it running under 6.1 I
 would
  gladly update the Wiki.
 
  Thanks,
  Bones
  --
  View this message in context: http://www.nabble.com/Setting-up-FOP-
 Trunk-
  in-Netbeans-6.1-tp17338581p17338581.html
  Sent from the FOP - Dev mailing list archive at Nabble.com.


Re: Setting up FOP Trunk in Netbeans 6.1

2008-05-20 Thread bonekrusher
 action name=build
 targetjar-main/target
 /action
 action name=clean
 targetclean/target
 /action
 action name=javadoc
 targetjavadocs/target
 /action
 action name=rebuild
 targetclean/target
 targetjar-main/target
 /action
 /ide-actions
 export
 typejar/type
 locationbuild/fop.jar/location
 build-targetjar-main/build-target
 /export
 export
 typefolder/type
 locationbuild/classes/location
 build-targetjar-main/build-target
 /export
 export
 typefolder/type
 locationbuild/classes/location
 build-targetjar-main/build-target
 /export
 export
 typefolder/type
 locationbuild/codegen-classes/location
 build-targetjar-main/build-target
 /export
 export
 typefolder/type
 locationbuild/classes/location
 build-targetjar-main/build-target
 /export
 view
 items
 source-folder style=packages
 labelsrc/java/label
 locationsrc/java/location
 /source-folder
 source-folder style=packages
 labelbuild/gensrc/label
 locationbuild/gensrc/location
 /source-folder
 source-folder style=packages
 labelsrc/codegen/java/label
 locationsrc/codegen/java/location
 /source-folder
 source-folder style=packages
 labeltest/java/label
 locationtest/java/location
 /source-folder
 source-file
 locationbuild.xml/location
 /source-file
 /items
 context-menu
 ide-action name=build/
 ide-action name=rebuild/
 ide-action name=clean/
 ide-action name=javadoc/
 /context-menu
 /view
 subprojects/
 /general-data
 java-data
 xmlns=http://www.netbeans.org/ns/freeform-project-java/1;
 compilation-unit
 package-rootsrc/java/package-root
 classpath
 mode=compilebuild/classes:build/codegen-classes:lib/avalon-framework-4.2.0.jar:lib/batik-all-1.7.jar:lib/commons-io-1.3.1.jar:lib/commons-logging-1.0.4.jar:lib/serializer-2.7.0.jar:lib/servlet-2.2.jar:lib/xalan-2.7.0.jar:lib/xercesImpl-2.7.1.jar:lib/xml-apis-1.3.02.jar:lib/xml-apis-ext.jar:lib/xmlgraphics-commons-1.4svn.jar:build/transcoder-dependencies:lib/ant.jar/classpath
 built-tobuild/fop.jar/built-to
 built-tobuild/classes/built-to
 source-level1.5/source-level
 /compilation-unit
 compilation-unit
 package-rootsrc/codegen/java/package-root
 classpath
 mode=compilebuild/classes:lib/ant.jar:lib/qdox-1.6.3.jar:build/codegen-classes/classpath
 built-tobuild/classes/built-to
 built-tobuild/codegen-classes/built-to
 source-level1.5/source-level
 /compilation-unit
 compilation-unit
 package-roottest/java/package-root
 classpath
 mode=compilelib/avalon-framework-4.2.0.jar:lib/batik-all-1.7.jar:lib/commons-io-1.3.1.jar:lib/commons-logging-1.0.4.jar:lib/serializer-2.7.0.jar:lib/servlet-2.2.jar:lib/xalan-2.7.0.jar:lib/xercesImpl-2.7.1.jar:lib/xml-apis-1.3.02.jar:lib/xml-apis-ext.jar:lib/xmlgraphics-commons-1.4svn.jar:build/fop-hyph.jar:build/fop-transcoder.jar:build/fop.jar:/usr/lib/java/junit-4.4.jar:lib/xmlunit-1.1.jar/classpath
 source-level1.5/source-level
 /compilation-unit
 compilation-unit
 package-rootbuild/gensrc/package-root
 classpath
 mode=compilebuild/classes:build/codegen-classes/classpath
 built-tobuild/classes/built-to
 source-level1.5/source-level
 /compilation-unit
 /java-data
 /configuration
 /project
 
 

-- 
View this message in context: 
http://www.nabble.com/Setting-up-FOP-Trunk-in-Netbeans-6.1-tp17338581p17345807.html
Sent from the FOP - Dev mailing list archive at Nabble.com.