<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to issues</title><link>https://sourceforge.net/p/dep4e/issues/</link><description>Recent changes to issues</description><atom:link href="https://sourceforge.net/p/dep4e/issues/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 10 Apr 2016 12:39:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dep4e/issues/feed.rss" rel="self" type="application/rss+xml"/><item><title>#20 Build failed out of the box</title><link>https://sourceforge.net/p/dep4e/issues/20/?limit=25#4b8a</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; accepted&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Nils Cordes&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Cordes</dc:creator><pubDate>Sun, 10 Apr 2016 12:39:12 -0000</pubDate><guid>https://sourceforge.net5d85f6d9bc0f0f85680f9c46af009dc27a142ffb</guid></item><item><title>Build failed out of the box</title><link>https://sourceforge.net/p/dep4e/issues/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 20 has been modified: Build failed out of the box&lt;br/&gt;
Edited By: Nils Cordes (cordbhkj)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'accepted'&lt;br/&gt;
Owner updated: None =&amp;gt; u'cordbhkj'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Rancier</dc:creator><pubDate>Sun, 10 Apr 2016 00:47:00 -0000</pubDate><guid>https://sourceforge.neta223545bdbe85db68f99884f20d77cb1c1869c1c</guid></item><item><title>Build failed out of the box</title><link>https://sourceforge.net/p/dep4e/issues/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I created the project per the PDF instructions and can even build the sample.  I tried to track down the properties file, but that was fruitless.  Is this a dead project?  I'm running:&lt;/p&gt;
&lt;p&gt;Version: Mars.2 Release (4.5.2)&lt;/p&gt;
&lt;p&gt;BUILD FAILED&lt;br/&gt;
C:\Users\Jeff Rancier\eclipse_workspace\DocBook\build.xml:7: Cannot find C:\Users\Jeff Rancier\eclipse_workspace\DocBook\${net.sourceforge.dep4e.resources}\ant\docbook_5-0.xml imported from C:\Users\Jeff Rancier\eclipse_workspace\DocBook\build.xml&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Rancier</dc:creator><pubDate>Sun, 10 Apr 2016 00:47:00 -0000</pubDate><guid>https://sourceforge.net7ba0757754ed29796cc3b2567602466a33e50886</guid></item><item><title>Call build.xml from Java code</title><link>https://sourceforge.net/p/dep4e/issues/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I would like to call build.xml file from a Java program. I am new Ant user. I found a sample code below:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;        File buildFile = new File("build.xml");
        Project p = new Project();
        p.setUserProperty("ant.file", buildFile.getAbsolutePath());
        DefaultLogger consoleLogger = new DefaultLogger();
        consoleLogger.setErrorPrintStream(System.err);
        consoleLogger.setOutputPrintStream(System.out);
        consoleLogger.setMessageOutputLevel(Project.MSG_INFO);
        p.addBuildListener(consoleLogger);

        try {
            p.fireBuildStarted();
            p.init();
            ProjectHelper helper = ProjectHelper.getProjectHelper();
            p.addReference("ant.projectHelper", helper);
            helper.parse(p, buildFile);
            p.executeTarget(p.getDefaultTarget());
            p.fireBuildFinished(null);
        } catch (BuildException e) {
            p.fireBuildFinished(e);
        }
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;But it gives me an error message as&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;BUILD FAILED
F:\workspace\Eclipse-Playground\de.itesys.xslt.docbook\build.xml:7: Cannot find F:\workspace\Eclipse-Playground\de.itesys.xslt.docbook\&lt;span class="cp"&gt;${&lt;/span&gt;&lt;span class="n"&gt;net&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sourceforge&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;dep4e&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;resources&lt;/span&gt;&lt;span class="cp"&gt;}&lt;/span&gt;\ant\docbook_5-0.xml imported from F:\workspace\Eclipse-Playground\de.itesys.xslt.docbook\build.xml

Total time: 0 seconds
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Therefore I would like to know what is the right way to call build.xml file. Thank you.&lt;br/&gt;
In the attachment you can find an example project from DEP4E.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">liu xue</dc:creator><pubDate>Sat, 17 Oct 2015 21:08:36 -0000</pubDate><guid>https://sourceforge.netf6412ccf52529f64464c1fca651e93984a6f46d1</guid></item><item><title>#18 New Docbook 5.0 File wizard fails to open when used in a git shared Docbook project.</title><link>https://sourceforge.net/p/dep4e/issues/18/?limit=25#6df8</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ok, been playing with source code a bit tonight, and the bug does not occur with the latest source. &lt;/p&gt;
&lt;p&gt;Some defensive code:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;fileLocation = "";
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;has been added to NewDocBook50FileWizardPage#init method and the IllegalArgumentException is not raised anymore.&lt;/p&gt;
&lt;p&gt;Issue can be closed, sorry for the noise :s, my bad.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Thierry MASSON&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thierry MASSON</dc:creator><pubDate>Thu, 15 Oct 2015 21:29:06 -0000</pubDate><guid>https://sourceforge.net595950f8b7c0dca9f0c5a98b6e8482ba6df4e24c</guid></item><item><title>New Docbook 5.0 File wizard fails to open when used in a git shared Docbook project.</title><link>https://sourceforge.net/p/dep4e/issues/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Downloaded dep4e from marketplace (&lt;strong&gt;2014.8.0 version&lt;/strong&gt;) and started to use it (tested on Luna, eclipse.buildId=4.4.1.M20140925-0400,  java.version=1.8.0_25, win 7 x64)&lt;/p&gt;
&lt;p&gt;I shared my Docbook project on git (because our documentation project is large enough to involve some team work). By sharing the project on git, the project location is NOT located in the current workspace anymore (points at my local git working directory). &lt;/p&gt;
&lt;p&gt;Since this move, the New Docbook file 5.0 file wizard does not work anymore on this project (the dialog is not showing).&lt;/p&gt;
&lt;p&gt;Exception stacktrace follows :&lt;br/&gt;
java.lang.IllegalArgumentException: Argument cannot be null&lt;br/&gt;
    at org.eclipse.swt.SWT.error(SWT.java:4422)&lt;br/&gt;
    at org.eclipse.swt.SWT.error(SWT.java:4356)&lt;br/&gt;
    at org.eclipse.swt.SWT.error(SWT.java:4327)&lt;br/&gt;
    at org.eclipse.swt.widgets.Widget.error(Widget.java:476)&lt;br/&gt;
    at org.eclipse.swt.widgets.Text.setText(Text.java:2249)&lt;br/&gt;
    at net.sourceforge.dep4e.plugin.perspective.docbook.wizards.NewDocBook50FileWizardPage.initContents(NewDocBook50FileWizardPage.java:157)&lt;br/&gt;
    at net.sourceforge.dep4e.plugin.perspective.docbook.wizards.NewDocBook50FileWizardPage.createControl(NewDocBook50FileWizardPage.java:118)&lt;br/&gt;
    at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:178)&lt;br/&gt;
    at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:759)&lt;br/&gt;
    at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:622)&lt;br/&gt;
    at org.eclipse.jface.window.Window.create(Window.java:435)&lt;br/&gt;
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1101)&lt;br/&gt;
    at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:123)&lt;br/&gt;
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:519)&lt;br/&gt;
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)&lt;br/&gt;
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)&lt;br/&gt;
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)&lt;br/&gt;
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)&lt;br/&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)&lt;br/&gt;
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)&lt;br/&gt;
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;br/&gt;
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)&lt;br/&gt;
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)&lt;br/&gt;
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)&lt;br/&gt;
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;br/&gt;
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)&lt;br/&gt;
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)&lt;br/&gt;
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)&lt;br/&gt;
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;br/&gt;
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;br/&gt;
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;br/&gt;
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)&lt;br/&gt;
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)&lt;br/&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br/&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br/&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br/&gt;
    at java.lang.reflect.Method.invoke(Unknown Source)&lt;br/&gt;
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)&lt;br/&gt;
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)&lt;br/&gt;
    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Thierry MASSON&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thierry MASSON</dc:creator><pubDate>Thu, 15 Oct 2015 12:45:09 -0000</pubDate><guid>https://sourceforge.net9b9e51ff49769bf116b14e97fa86f68abdb7abc5</guid></item><item><title>#3 xi:include is tagged as error on validate</title><link>https://sourceforge.net/p/dep4e/issues/3/?limit=25#006f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The DocBook V5.0 schema distribution does not contain the file "xi.xsd". To fix it the missing file was added and the xml catalog contribution was reworked.&lt;br /&gt;
This fix will become part of the next release.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Cordes</dc:creator><pubDate>Sat, 02 May 2015 18:45:03 -0000</pubDate><guid>https://sourceforge.net08c56dcac55cf81653620f92c69931fc56584d8a</guid></item><item><title>#14 Validate against a folder - not listing which XML file has errors </title><link>https://sourceforge.net/p/dep4e/issues/14/?limit=25#0bbc</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It seems that the indication of warnings and errors does not work correctly in the view "Navigator".&lt;br /&gt;
To fix it the perspective DEP4E was changed to use the view "Project Explorer" instead of the view "Navigator" by default.&lt;br /&gt;
This fix will become part of the next release.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Cordes</dc:creator><pubDate>Sat, 02 May 2015 18:44:24 -0000</pubDate><guid>https://sourceforge.net7a4dd4b26185650be416bf2cb913f62cc2a51efe</guid></item><item><title>#16 [FEATURE REQUEST] Make dep4e resources available for command-line builds</title><link>https://sourceforge.net/p/dep4e/issues/16/?limit=25#d462</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Great news! Can you make an approximate prediction when the new release will be available? Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sdruskat</dc:creator><pubDate>Mon, 27 Apr 2015 20:35:36 -0000</pubDate><guid>https://sourceforge.nete530a5e10f0fa3638f6df5fff628dcff6c387efe</guid></item><item><title>#14 Validate against a folder - not listing which XML file has errors </title><link>https://sourceforge.net/p/dep4e/issues/14/?limit=25#bee7</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Nils Cordes&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Cordes</dc:creator><pubDate>Mon, 27 Apr 2015 18:17:31 -0000</pubDate><guid>https://sourceforge.netddf3bf40b06e28b2cc07c6479f9c3eee1919153a</guid></item></channel></rss>