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.



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

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 wrote:
 
 Hi,
 
 The NB notes are outdated. For a new installation, start with subversion.
 
 In NB6.1, go to VersioningSubversionCheckout
 Enter http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk as the 
 Repository URL.
 
  Next
 
 In the Checkout window, specify the local folder for checkout.
 
 (Note: you may want to check the 'Skip trunk and checkout only its 
 content' box. There seems to be a bug in the subversion module that puts 
 an .svn directory in the parent of the checkout directory. If you check 
 the box, and specify my/local/fop, an extra .svn may appear in 'local'. 
 In that case, you may want to delete that extra directory. I've seen the 
 extra directory a couple of times, and I'm not sure what triggers it.)
 
  Finish
 
 Fop is checked out.
 
 Find copies of ant.jar, xmlunit-1.1.jar and a copy of qdox-*.jar. These 
 are required for the build and testing. Link or copy them into the 
 fop/lib directory. Ask here where and what you need. It may be documented.
 
 You now need to create a project. Not nice. Easiest way is probably to 
 start with my project.xml, attached. Create a directory 'nbproject' in 
 the top-level directory; 'trunk', if you checked out including 'trunk'. 
 Drop project.xml in there.
 
 Before you open the project, try running a preliminary build from the 
 command line, to get the code generation done. That will make life 
 easier for NB when the project is opened, but it is not essential.
 
 Open Project
 
 Navigate to fop, and open the project. See what happens.
 
 
 
 bonekrusher wrote:
 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
 
 
 -- 
 Peter B. West http://cv.pbw.id.au/
 Folio http://defoe.sourceforge.net/folio/
 
 ?xml version=1.0 encoding=UTF-8?
 project xmlns=http://www.netbeans.org/ns/project/1;
 typeorg.netbeans.modules.ant.freeform/type
 configuration
 general-data
 xmlns=http://www.netbeans.org/ns/freeform-project/1;
 namefop/name
 /general-data
 general-data
 xmlns=http://www.netbeans.org/ns/freeform-project/2;
 !-- Do not use Project Properties customizer when editing
 this file manually. --
 namefop/name
 properties/
 folders
 source-folder
 labelfop/label
 location./location
 encodingUTF-8/encoding
 /source-folder
 source-folder
 labelsrc/java/label
 typejava/type
 locationsrc/java/location
 encodingUTF-8/encoding
 /source-folder
 source-folder
 labelbuild/gensrc/label
 typejava/type
 locationbuild/gensrc/location
 encodingUTF-8/encoding
 /source-folder
 source-folder
 labelsrc/codegen/java/label
 typejava/type
 locationsrc/codegen/java/location
 encodingUTF-8/encoding
 /source-folder
 source-folder
 labeltest/java/label
 typejava/type
 locationtest/java/location
 encodingUTF-8/encoding
 /source-folder
 /folders
 ide-actions