Search found 31 matches

by nihilo
Mon Jan 26, 2004 10:30 am
Forum: Common Problems
Topic: 3.0M6 problem: cannot load XMLEditor/XSLEditor, etc.
Replies: 2
Views: 5779

success

Hi, Please delete the .config from eclipse directory and (re)start eclipse. This is a known problem in Eclipse 3.0 M6 and everybody expects it to be fixed soon. BTW I would add another option to your pool: Both the Standalone version and the Eclipse Plugin. Best Regards, George Thanks so much for t...
by nihilo
Mon Jan 26, 2004 8:29 am
Forum: Common Problems
Topic: 3.0M6 problem: cannot load XMLEditor/XSLEditor, etc.
Replies: 2
Views: 5779

3.0M6 problem: cannot load XMLEditor/XSLEditor, etc.

I've followed the instructions for 3.0M6 (download, unzip to plugins, cp appropriate jars to endorsed dir, restart), but when I try to open a file from within eclipse that should call oxygen, I get an error message like the following: Unable to instantiate editor: com.oxygenxml.editor.editors.xsl.XS...
by nihilo
Wed Sep 24, 2003 11:24 pm
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20448

UPDATE

Just FYI: I installed the 3.0 plugin with eclipse-SDK-3.0M3-linux-gtk, and the transformation crash does not occur there, but nothing at all happens. No crash, no configuration window. It looks like Eclipse probably fixed something between the milestone release and the I20030924 release that came ou...
by nihilo
Wed Sep 24, 2003 9:01 am
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20448

FIXED IN eclipse-SDK-I20030923-linux-gtk.zip

Hi, Yes the AWT code was factored out from the Eclipse plugin - on Mac OS X Eclipse enters in a deadlock if any AWT is used and it works now on Mac OS X. I mentioned in one of my replies that we have problems using Eclipse with GTK in general - we will try soon with 3.0 M3 to see if the situation i...
by nihilo
Fri Sep 19, 2003 10:17 pm
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20448

still broken

I just downloaded 2.0.4 eclipse plugin, hoping that the transformation configuration option would have been fixed, and just wanted to let you know that this is still not working, so I still cannot do any transformations at all from within eclipse. On June 17, you guys had said that the probelm was l...
by nihilo
Mon Sep 08, 2003 9:02 pm
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20448

still broken

I downloaded 2.0.4 beta to fix another problem I was having, and thought I would let you know that this bug is still in the 2.0.4 beta version (eclipse linux-gtk 2.1.1).
by nihilo
Fri Sep 05, 2003 9:27 pm
Forum: Common Problems
Topic: install problem with 2.0.3 plugin, Linux
Replies: 4
Views: 6116

2.04beta1 seems to be working fine. The xsd and xsl editors are opening properly, and I haven't experienced any problems yet.
by nihilo
Thu Aug 28, 2003 6:14 am
Forum: Common Problems
Topic: attribute reordering
Replies: 2
Views: 5188

Hi, I filed your request as an enhancement for the pretty print component. There is also another indenting option "Indent selection" in the contextual menu that performs just line indenting, that is no attribute reorder, no line breaks inserted/removed. Also have you considered the XPath ...
by nihilo
Thu Aug 28, 2003 6:03 am
Forum: Common Problems
Topic: install problem with 2.0.3 plugin, Linux
Replies: 4
Views: 6116

still broken

Hi, There should be an oXygen XSL editor. We cannot reproduce this problem on any of our platforms. Regards, George I just reinstalled both eclipse and the oxygen plugin, and still I have no oxygen editor at all except the XML editor. If I try to open a stylesheet, I get an error that says "un...
by nihilo
Tue Aug 19, 2003 12:47 am
Forum: Common Problems
Topic: "learn structure" question??
Replies: 1
Views: 4322

"learn structure" question??

Is it possible to save the learned structure of a document? I am writing many, many documents, all of which have the same strucure. I would like to save the structure of a complete document, so that I can have auto-complete work when I create a new document. I don't see how to do this though, and so...
by nihilo
Mon Aug 18, 2003 10:54 pm
Forum: Common Problems
Topic: install problem with 2.0.3 plugin, Linux
Replies: 4
Views: 6116

install problem with 2.0.3 plugin, Linux

After installing the plugin for Eclipse, it seems that there is a problem with the oxygen xsl editor. When I try to open an XSL document, it fails to open the xsl editor, which *.xsl was assigned to by default, and when I try to manually assign files to a particular plugin, the xsl editor does not a...
by nihilo
Mon Aug 18, 2003 10:49 pm
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20448

Hi, We managed to get the plugin working on Linux - tested with Eclipse 2.1 on Mandrake 9. There was some AWT interference that was factored out. A new eclipse plugin release will be out at the end of this week, probably it will be called 2.0.3 beta so that the 2.0.3 that will be in August will con...
by nihilo
Mon Aug 18, 2003 10:46 pm
Forum: Common Problems
Topic: eclipse stalls whan configuring xml transformation
Replies: 10
Views: 7949

still broken in 2.0.3 GTK

Hi Oscar, We tested it with Mandrake 9/Motif. Are you using GTK ? We got a lot of crashes of Eclipse with GTK. We had this problem with the transformation configuration dialog but that should be fixed in 2.0.3 beta. I just downloaded to 2.0.3 GTK version, and wanted to confirm that this is still br...
by nihilo
Tue Aug 12, 2003 4:09 am
Forum: Common Problems
Topic: attribute reordering
Replies: 2
Views: 5188

attribute reordering

I am having a problem where I have lots of elements that have only attribute children. The problem is that when i pretty-print the xml document, Oxygen reorders the attributes. I know that technically attributes aren't ordered, but as a matter of practice, it is extremely disconcerting to the develo...
by nihilo
Tue Jul 29, 2003 2:10 am
Forum: Common Problems
Topic: whitespace problem
Replies: 1
Views: 4150

whitespace problem

If, in a stylesheet, I try to create a variable for outputting a text carriage return, like so: <xsl:variable name="newline"><xsl:text> </xsl:text></xsl:variable> The next time I open the document in oxygen, or pretty-print it, Oxygen incorrectly collapses this to: <xsl:variable name="...
by nihilo
Tue Jul 08, 2003 3:44 am
Forum: Common Problems
Topic: finding '\n'
Replies: 4
Views: 5134

finding '\n'

I am trying match on end of line characters using regex \n, but the search finishes without finding any, even though my file is 50 lines long. This is in latest standalone oxygen, on linux. Any ideas what is going on?
by nihilo
Wed Jul 02, 2003 1:03 am
Forum: Common Problems
Topic: wrapping problem
Replies: 5
Views: 6208

line wrapping in eclipse plugin??

The solution proposed above seems not to work in the eclipse plugin, because it doesn't have an option for doing 'line wrapping.'

Am i missing something, or is this really not possible from within eclipse?
by nihilo
Fri Jun 27, 2003 1:50 am
Forum: Common Problems
Topic: problem installing trang plugin
Replies: 13
Views: 12777

another problem

Okay, it turns out there is still a problem. The default startup script will not open a file at the command line if it's given a relative path to the document. So I need to be able to open files at the command line with a relative filename, and also have the plugins work. It seems that I can only ge...
by nihilo
Fri Jun 27, 2003 1:37 am
Forum: Common Problems
Topic: problem installing trang plugin
Replies: 13
Views: 12777

forget it

It seems the workaround I was doing is no longer necessary, as the default script works now. You guys must have fixed the issue since I originally had the problem.

thanks...
by nihilo
Fri Jun 27, 2003 1:28 am
Forum: Common Problems
Topic: problem installing trang plugin
Replies: 13
Views: 12777

Okay, I have finally figured out what the problem was. In a previous topic, it was recommended to me that if I wanted to be able to open files at the command line, I should change my oxygen.sh file to the following: ROOT=/opt/oxygen java -Xmx256m -Dcom.oxygenxml.classpath.relativeToOxygen.jar=true -...
by nihilo
Thu Jun 26, 2003 9:34 pm
Forum: Common Problems
Topic: problem installing trang plugin
Replies: 13
Views: 12777

Yes, it shows under the Plugins menu and is listed in the Options/Plugins. (I repeated the installation process: I have downloaded the plugin and the all platforms kit from the site, unpacked them and run a conversion) I will try reinstalling again from scratch. What do you mean when you say you 'r...
by nihilo
Wed Jun 25, 2003 8:58 pm
Forum: Common Problems
Topic: problem installing trang plugin
Replies: 13
Views: 12777

I have checked the installation of the Trang plugin on Linux. It works properly. I think there is a problem with the permissions of the unzipped Trang directory. Please run a ls -l in the plugins directory. On my sistem it displays: [dan@devel plugins]$ ls -l total 8 drwxr-xr-x 3 dan users 4096 Jun...
by nihilo
Mon Jun 23, 2003 9:48 pm
Forum: Common Problems
Topic: problem installing trang plugin
Replies: 13
Views: 12777

problem installing trang plugin

I have not been able to install the trang plugin. I tried unzipping the archive directly into the plugins directory, and also unzipping it into a Trang subdirectory of the plugins directory, but when I restart oxygen and go to the plugins preferences, no plugins show up.
by nihilo
Mon Jun 16, 2003 9:30 pm
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20448

bug remains in 2.0.2beta4

I've just installed beta4 eclipse plugin, and am still not able to use XSL stylesheets within eclipse/oxygen, as the whole IDE freezes when I try to configure the transformation.

Any help would be greatly appreciated, as i really need to be able to transform from within oxygen/eclipse.
by nihilo
Tue Jun 10, 2003 9:09 pm
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20448

Hi, Please look in the workspace/.metadata/.log file. There should be a trace of the error there, please reply with that. Also if you make the PDE Runtime/Error Log view visible it is possible to see an entry there with more details about the problem. Thank you, George There is nothing about the Ox...
by nihilo
Tue Jun 10, 2003 3:20 am
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20448

Hi, The latest release for the eclipse plugin is 2.0.2 beta3. Are you using this one ? If not please download it from the download page. In the previous releases the transformer configuration dialog is implemented in Swing and it was rewritten in SWT in the 2.0.2 beta3. Best Regards, George Ithink ...
by nihilo
Mon Jun 09, 2003 11:55 pm
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20448

plugin bug configuring a transformation

Hi, I've run into a bug in the Oxygen eclipse plugin (2.0.2). When I have an XSL document open, and I press the button to configure the transformation, the dialog window tries to open, but it freezes immediately, and I have killall to quit the application. Control never returns, and this happens eve...
by nihilo
Thu Jun 05, 2003 8:50 pm
Forum: Common Problems
Topic: opening a file at the command-line
Replies: 5
Views: 6764

one more issue

After following Dan's second post, Oxygen now opens a file with a relative path to the file, but I discovered another issue. If Oxygen is already running, and I try to again open a file from the command line, nothing happens. The file isn't opened. So it seems that after you've opened a file, you ca...
by nihilo
Thu Jun 05, 2003 8:24 pm
Forum: Common Problems
Topic: opening a file at the command-line
Replies: 5
Views: 6764

success -- thanks

Other workaround is to modify the oxygen.sh script like this: ------------------- #!/bin/sh ROOT=/home/dan/Oxygen2.0.1 java -Xmx256m -Dcom.oxygenxml.classpath.relativeToOxygen.jar=true -cp $ROOT:$ROOT/lib/oxygen.jar ro.sync.exml.Oxygen $1 $2 $3 ------------------- The ROOT must be set to the instal...
by nihilo
Wed Jun 04, 2003 10:09 pm
Forum: Common Problems
Topic: opening a file at the command-line
Replies: 5
Views: 6764

opening a file at the command-line

I am trying to open Oxygen with an initial file, or open a file within Oxygen if it's already running, at the command-line. I've tried both the oxygen and the oxygen.sh shell scripts with the filename as the first argument, but this does not work. Oxygen opens successfully in either case, but the fi...